From ca162fc7778d0b715415a10d9df3b80887172e59 Mon Sep 17 00:00:00 2001 From: robertl Date: Fri, 17 Jan 2003 09:12:24 +0000 Subject: [PATCH] Tweak Makefiles for 1.1.1 beta. --- gpsbabel/Makefile | 4 ++-- gpsbabel/mingw/Makefile | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/gpsbabel/Makefile b/gpsbabel/Makefile index 59b340453..94b823b26 100644 --- a/gpsbabel/Makefile +++ b/gpsbabel/Makefile @@ -35,8 +35,8 @@ dep: make clean && make CC="gcc -MMD" && cat *.d */*.d > /tmp/dep echo Edit Makefile and bring in /tmp/dep -VERSIONU=1_1_0a -VERSIOND=1.1.0a +VERSIONU=1_1_1_beta01172003 +VERSIOND=1.1.1_beta01172003 release: rm -fr gpsbabel-$(VERSIOND) cvs tag gpsbabel_$(VERSIONU) diff --git a/gpsbabel/mingw/Makefile b/gpsbabel/mingw/Makefile index daa02329a..2b8229e62 100644 --- a/gpsbabel/mingw/Makefile +++ b/gpsbabel/mingw/Makefile @@ -1,6 +1,8 @@ CC=/home/robertl/cross-tools/bin/i386-mingw32msvc-gcc VPATH=.. +FILES=gpsbabel.exe libexpat.dll ../win32/gpsbabelfront.exe ../README ../README + gpsbabel.exe: include ../Makefile @@ -9,6 +11,5 @@ CFLAGS=-Iinclude -I../coldsync -O gpsbabel.exe: $(OBJS) $(CC) -static $(CFLAGS) $(OBJS) lib/libexpat.a -o gpsbabel.exe cp gpsbabel.exe /tmp - zip -j /tmp/gpsbabel-$(VERSIOND).zip gpsbabel.exe libexpat.dll \ - ../win32/gpsbabelfront.exe + zip -j /tmp/gpsbabel-$(VERSIOND).zip $(FILES) -- 2.30.2